Objects Reference

render::SetFullScreen

Prototype

virtual void SetFullScreen()=0

Parameters

None

Return Value

None

Remarks

This virtual function handles window/fullscreen changes. When called it must check the global variable fullscreen and:
If it is 0, switch to window mode
If it is 1, switch to fullscreen mode using the selected video mode defined in the selvideomode global variable